type text/template/parse.endNode

7 uses

	text/template/parse (current package)
		node.go#L785: type endNode struct {
		node.go#L791: func (t *Tree) newEnd(pos Pos) *endNode {
		node.go#L792: 	return &endNode{tr: t, NodeType: nodeEnd, Pos: pos}
		node.go#L795: func (e *endNode) String() string {
		node.go#L799: func (e *endNode) writeTo(sb *strings.Builder) {
		node.go#L803: func (e *endNode) tree() *Tree {
		node.go#L807: func (e *endNode) Copy() Node {